From 7aa202025735e5822334fb8d6b4fe93dc43fb4f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 21 Jul 2006 07:42:52 +0000 Subject: [PATCH] (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. --- lisp/frame.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index d041da254f5..a92fa3c8133 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -685,7 +685,9 @@ the user during startup." "*Non-nil if window system changes focus when you move the mouse. You should set this variable to tell Emacs how your window manager handles focus, since there is no way in general for Emacs to find out -automatically." +automatically. + +This variable does not have any effect on MS-Windows." :type 'boolean :group 'frames :version "20.3") -- 2.30.2